PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class / setLineSpacing Method
The line spacing value, depends on the setLineSpacingMode method.
In This Topic
    setLineSpacing Method
    In This Topic
    Sets the line spacing in points.
    >When the method is called with the value of the line spacing is specified in this method.
    When the method is called with the value of the line spacing is computed by multiplying the current line height with the value specified in this property.
    Syntax
    public void setLineSpacing( 
       double value
    )

    Parameters

    value
    The line spacing value, depends on the setLineSpacingMode method.
    See Also